sdtypetexture module¶
-
class
sd.api.sdtypetexture.SDTypeTexture(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdtype.SDTypeClass representing the texture type
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getId() → str¶ Get the type identifier string
-
getModifier() → sd.api.sdtype.SDTypeModifier¶ Get the type modifier (see SDTypeModifier enum)
-
release() → None¶ Releases an APIObject
-
static
sNew() → sd.api.sdtypetexture.SDTypeTexture¶ Create new SDTypeTexture
-